home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl / 5.10.0 / CPAN / Kwalify / distroprefs.yml < prev   
Encoding:
Text File  |  2009-06-26  |  1.4 KB  |  85 lines

  1. --- 
  2. type: map
  3. mapping:
  4.   comment:
  5.     type: text
  6.   depends:
  7.     type: map
  8.     mapping:
  9.       configure_requires:
  10.         &requires_common
  11.         type: map
  12.         mapping:
  13.           =:
  14.             type: text
  15.       build_requires: *requires_common
  16.       requires:       *requires_common
  17.   match:
  18.     type: map
  19.     mapping:
  20.       distribution:
  21.         type: text
  22.       module:
  23.         type: text
  24.       perl:
  25.         type: text
  26.       perlconfig:
  27.         type: map
  28.         mapping:
  29.           =:
  30.             type: text
  31.   install:
  32.     &args_env_expect
  33.     type: map
  34.     mapping:
  35.       args:
  36.         type: seq
  37.         sequence:
  38.           - type: text
  39.       commandline:
  40.         type: text
  41.       env:
  42.         type: map
  43.         mapping:
  44.           =:
  45.             type: text
  46.       expect:
  47.         type: seq
  48.         sequence:
  49.           - type: text
  50.       eexpect:
  51.         type: map
  52.         mapping:
  53.           mode:
  54.             type: text
  55.             enum:
  56.               - deterministic
  57.               - anyorder
  58.           timeout:
  59.             type: number
  60.           reuse:
  61.             type: int
  62.           talk:
  63.             type: seq
  64.             sequence:
  65.               - type: text
  66.   make: *args_env_expect
  67.   pl:   *args_env_expect
  68.   test: *args_env_expect
  69.   patches:
  70.     type: seq
  71.     sequence:
  72.       - type: text
  73.   disabled:
  74.     type: int
  75.     enum:
  76.       - 0
  77.       - 1
  78.   goto:
  79.     type: text
  80.   cpanconfig:
  81.     type: map
  82.     mapping:
  83.       =:
  84.         type: text
  85.